More bit manipulation speedups
authorMatthias Clasen <mclasen@redhat.com>
Wed, 9 Sep 2015 18:09:21 +0000 (14:09 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 9 Sep 2015 18:09:21 +0000 (14:09 -0400)
commit59797754b47214a1268a20bdda99afbf5d3d93fb
treed1d0a088c7a18051ec7295651e44c0b1a44064d3
parentd7dd6eccd500402ac51c2a3d2b8f768acfa75d4a
More bit manipulation speedups

The same trick that was applied to _gtk_css_change_for_child in
the previous commit can be applied to _gtk_css_change_for_sibling
as well, and that is what this commit does.

With both functions converted, gtk_css_change_translate is no
longer needed and gets dropped.
gtk/gtkcsstypes.c